-
-
Notifications
You must be signed in to change notification settings - Fork 388
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drop support of package_bundled_index.json and builtin_tools_versions.txt #2424
Drop support of package_bundled_index.json and builtin_tools_versions.txt #2424
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #2424 +/- ##
==========================================
+ Coverage 68.46% 68.78% +0.31%
==========================================
Files 204 204
Lines 20553 20446 -107
==========================================
- Hits 14071 14063 -8
+ Misses 5332 5242 -90
+ Partials 1150 1141 -9
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧹
@per1234 do you know if those are used in the real world? it was used in the java IDE but we are planning to remove the support for those.
|
df92d88
to
c40b060
Compare
bce1684
to
4911d96
Compare
4911d96
to
77c8204
Compare
Please check if the PR fulfills these requirements
See how to contribute
before creating one)
our contributing guidelines
UPGRADING.md
has been updated with a migration guide (for breaking changes)configuration.schema.json
updated if new parameters are added.What kind of change does this PR introduce?
After an internal discussion, we have decided that after the refactoring of the legacy builder, is impossible to maintain the old arduino-builder used by the Java IDE.
In the spirit of the upcoming v1.0.0 we're dropping the support of: package_bundled_index.json and builtin_tools_versions.txt for good as the Java IDE is deprecated trying to maintain this legacy part doesn't bring any relevant value.
What is the current behavior?
What is the new behavior?
Does this PR introduce a breaking change, and is titled accordingly?
Other information